Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634376 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/156 - Color Rainfall

preview.gif cody/swapnilsparsh/30DaysOfJavaScript/156 - Color Rainfall/preview.gif
79 Views
0 Comments
Media file
style.css cody/swapnilsparsh/30DaysOfJavaScript/156 - Color Rainfall/style.css
106 Views
0 Comments
* {
box-sizing: border-box;
}

html, body {
height: 100%;
}

index.html cody/swapnilsparsh/30DaysOfJavaScript/156 - Color Rainfall/index.html
288 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - ColorDrops</title>
<meta name="viewport" content="width=device-width"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>